What kind of scaling method is it, when you add new software to a single server to handle more users? [on hold]

Posted by Phil on Server Fault See other posts from Server Fault or by Phil
Published on 2013-10-19T20:38:27Z Indexed on 2013/10/19 21:58 UTC
Read the original article Hit count: 151

Filed under:
|
|
|

I have read about scaling (in terms of terminology and methods). This got me confused about the following:

On a single computer, running a web server (say apache), if the system administrator adds a front, caching, reverse-proxy such as Varnish, which in that scenario increase the amount of requests this server is able to handle.

My question:

Setting up such cache increases the capacity of the server to handle work, hence scales it, but without increasing neither the amount of nodes or the node's capacity.

What is the name for this type of scaling?

© Server Fault or respective owner

Related posts about webserver

Related posts about varnish